OnMapReadyCallback

Interface definition for a callback to be invoked when the map is ready to be used.

Once an instance of this interface is set on a MapFragment or MapView object, the onMapReady(MapboxMap) method is triggered when the map is ready to be used and provides an instance of MapboxMap.

Functions

Link copied to clipboard
abstract fun onMapReady(@NonNull mapboxMap: MapboxMap)
Called when the map is ready to be used.

Inheritors

Link copied to clipboard
Link copied to clipboard